object Form1: TForm1 Left = 235 Top = 167 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Bookmark Converter X.X - Magnus Br�ding 1998' ClientHeight = 225 ClientWidth = 392 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Menu = MainMenu1 OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 13 object Shape1: TShape Left = 0 Top = 0 Width = 391 Height = 1 Pen.Color = clGray end object verlabel: TLabel Left = 64 Top = 214 Width = 37 Height = 13 Caption = 'verlabel' Visible = False end object reglabel: TLabel Left = 0 Top = 176 Width = 37 Height = 13 Caption = 'reglabel' Visible = False end object regname_l: TLabel Left = 0 Top = 72 Width = 49 Height = 13 Caption = 'regname_l' Visible = False end object regtype_l: TLabel Left = 0 Top = 88 Width = 43 Height = 13 Caption = 'regtype_l' Visible = False end object Button1: TButton Left = -8 Top = 192 Width = 81 Height = 33 Caption = 'Button1' TabOrder = 2 Visible = False OnClick = Button1Click end object helpflb: TFileListBox Left = 96 Top = 136 Width = 169 Height = 89 ItemHeight = 13 TabOrder = 1 Visible = False end object helpdlb: TDirectoryListBox Left = 280 Top = 136 Width = 105 Height = 89 FileList = helpflb ItemHeight = 16 TabOrder = 3 Visible = False end object PageControl1: TPageControl Left = 6 Top = 7 Width = 380 Height = 212 ActivePage = TabSheet1 HotTrack = True TabOrder = 0 object TabSheet1: TTabSheet Caption = ' Netscape to Internet Explorer ' object GroupBox1: TGroupBox Left = 8 Top = 96 Width = 177 Height = 81 TabOrder = 0 object Gauge1: TGauge Left = 8 Top = 16 Width = 161 Height = 25 Enabled = False Progress = 0 end object convbutton1: TButton Left = 8 Top = 48 Width = 161 Height = 25 Caption = 'Convert!' Enabled = False TabOrder = 0 OnClick = convbutton1Click end object countframe1: TGroupBox Left = 8 Top = 41 Width = 161 Height = 34 TabOrder = 1 Visible = False object Label1: TLabel Left = 8 Top = 6 Width = 108 Height = 13 Caption = 'Converted Bookmarks:' Transparent = True end object Label2: TLabel Left = 8 Top = 19 Width = 89 Height = 13 Caption = 'Converted Folders:' Transparent = True end object bc1: TLabel Left = 120 Top = 6 Width = 35 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' Transparent = True end object fc1: TLabel Left = 120 Top = 19 Width = 35 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' Transparent = True end end end object GroupBox2: TGroupBox Left = 8 Top = 16 Width = 177 Height = 73 Caption = 'Bookmark file to convert:' TabOrder = 1 object bookmarkf1: TEdit Left = 8 Top = 18 Width = 161 Height = 23 TabStop = False Color = clMenu Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 1 end object browsebutton1: TButton Left = 96 Top = 45 Width = 73 Height = 22 Caption = 'Browse...' TabOrder = 0 OnClick = browsebutton1Click end end object GroupBox3: TGroupBox Left = 192 Top = 16 Width = 177 Height = 161 Caption = 'Target directory:' TabOrder = 2 object dbc1: TDriveComboBox Left = 10 Top = 133 Width = 159 Height = 19 DirList = dirol1 TabOrder = 0 end object dirol1: TDirectoryListBox Left = 8 Top = 18 Width = 161 Height = 103 ItemHeight = 16 TabOrder = 1 end end end object TabSheet2: TTabSheet Caption = ' Internet Explorer to Netscape ' object GroupBox4: TGroupBox Left = 192 Top = 16 Width = 177 Height = 73 Caption = 'Target Bookmark file (non-existent):' TabOrder = 0 object bookmarkf2: TEdit Left = 8 Top = 18 Width = 161 Height = 23 TabStop = False Color = clMenu Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 0 end object browsebutton2: TButton Left = 96 Top = 45 Width = 73 Height = 22 Caption = 'Browse...' TabOrder = 1 OnClick = browsebutton2Click end end object GroupBox5: TGroupBox Left = 192 Top = 96 Width = 177 Height = 81 TabOrder = 1 object Gauge2: TGauge Left = 8 Top = 16 Width = 161 Height = 25 Enabled = False Progress = 0 end object convbutton2: TButton Left = 8 Top = 48 Width = 161 Height = 25 Caption = 'Convert!' Enabled = False TabOrder = 0 OnClick = convbutton2Click end object countframe2: TGroupBox Left = 8 Top = 41 Width = 161 Height = 34 TabOrder = 1 Visible = False object Label3: TLabel Left = 8 Top = 6 Width = 98 Height = 13 Caption = 'Converted Favorites:' Transparent = True end object Label4: TLabel Left = 8 Top = 19 Width = 89 Height = 13 Caption = 'Converted Folders:' Transparent = True end object bc2: TLabel Left = 120 Top = 6 Width = 35 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' Transparent = True end object fc2: TLabel Left = 120 Top = 19 Width = 35 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '0' Transparent = True end end end object GroupBox6: TGroupBox Left = 8 Top = 16 Width = 177 Height = 161 Caption = 'Favorites directory to convert:' TabOrder = 2 object dbc2: TDriveComboBox Left = 10 Top = 133 Width = 159 Height = 19 DirList = dirol2 TabOrder = 0 end object dirol2: TDirectoryListBox Left = 8 Top = 18 Width = 161 Height = 103 ItemHeight = 16 TabOrder = 1 end end end end object OpenDialog1: TOpenDialog Filter = 'Bookmark File (*.htm *.html)|*.htm;*.html' Left = 2 Top = 93 end object SaveDialog1: TSaveDialog Filter = 'Bookmark File|bookmark.htm;bookmark.html' Options = [ofOverwritePrompt, ofHideReadOnly] Left = 220 Top = 87 end object MainMenu1: TMainMenu Left = 65532 Top = 127 object menu1: TMenuItem Caption = '&File' object m4: TMenuItem Caption = '&Settings...' OnClick = m4Click end object N1: TMenuItem Caption = '-' end object m3: TMenuItem Caption = '&Quit' OnClick = m3Click end end object menu2: TMenuItem Caption = '&Utilities' object m2_1: TMenuItem Caption = 'Bookmark file &repair...' OnClick = m2_1Click end object BookmarkSynchronizer1: TMenuItem Caption = 'Bookmark &Synchronizer...' OnClick = BookmarkSynchronizer1Click end end object menu3: TMenuItem Caption = '&Help' object m2: TMenuItem Caption = '&Help...' OnClick = m2Click end object N2: TMenuItem Caption = '-' end object m1: TMenuItem Caption = '&About...' OnClick = m1Click end end object unreg_menu: TMenuItem Caption = ' ' Enabled = False end end object Timer1: TTimer Enabled = False Interval = 200 OnTimer = Timer1Timer Left = 162 Top = 23 end end